updating oE db_delete_table

db_delete_table

include eds.e 
namespace eds 
public procedure db_delete_table(sequence name) 

deletes a table in the current database.

Parameters:
  1. name : a sequence, the name of the table to delete.
Errors:

An error occurs if the current database is not defined.

Comments:

If there is no table with the name given by name, then nothing happens. On success, all records are deleted and all space used by the table is freed up. If the table was the current table, the current table becomes undefined.

See Also:

db_table_list, db_select_table, db_clear_table

Not Categorized, Please Help

Search



Quick Links

User menu

Not signed in.

Misc Menu